home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
sticpsrc.lzh
/
SOURCE.ARC
/
AMIGA.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-03-11
|
294 b
|
11 lines
/* Asynch controller control block */
#define MAX_STORE 1024
struct asy {
int speed; /* Line speed */
char *tty;
char recv_buf[MAX_STORE];
};
extern struct asy asy[];
extern unsigned nasy; /* Actual number of asynch lines */
#define ASY_MAX 1 /* One asynch port on the Amiga */